From b95bbb5e39349483dcdca97a421e85b6ceb1e08f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 16 Sep 2011 10:41:24 +0200 Subject: [PATCH] fontchooser: List font description as font description Otherwise there will be two properties listed as "Font" in property selectors (in Glade or testfontchooser). --- gtk/gtkfontchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c index 3abfb697be..e5d65c6a7a 100644 --- a/gtk/gtkfontchooser.c +++ b/gtk/gtkfontchooser.c @@ -77,7 +77,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface) g_object_interface_install_property (iface, g_param_spec_boxed ("font-desc", - P_("Font"), + P_("Font description"), P_("Font description as a PangoFontDescription struct"), PANGO_TYPE_FONT_DESCRIPTION, GTK_PARAM_READWRITE)); -- 2.30.2